home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / S'informer / Copernic Desktop Search / copernicdesktopsearchfr.exe / $R0 / 0 / RCDATA / TOPTIONSPOPUPBLOCKERFRM / TOPTIONSPOPUPBLOCKERFRM.txt < prev   
Text File  |  2006-05-31  |  3KB  |  143 lines

  1. inherited OptionsPopupBlockerFrm: TOptionsPopupBlockerFrm
  2.   Width = 441
  3.   Height = 283
  4.   object PopupBlockerGroupBox: TGroupBox
  5.     Left = 0
  6.     Top = 0
  7.     Width = 441
  8.     Height = 87
  9.     Anchors = [akLeft, akTop, akRight]
  10.     Caption = ' Popup Blocker '
  11.     TabOrder = 0
  12.     object Image8: TImage
  13.       Left = 10
  14.       Top = 20
  15.       Width = 32
  16.       Height = 32
  17.       AutoSize = True
  18.       Picture.Data = {<image000.ico>}
  19.       Transparent = True
  20.     end
  21.     object EnablePopupBlockerBtn: TCheckBox95
  22.       Left = 60
  23.       Top = 20
  24.       Width = 126
  25.       Height = 17
  26.       Caption = '&Enable Popup Blocker'
  27.       TabOrder = 0
  28.       OnClick = EnablePopupBlockerBtnClick
  29.     end
  30.     object ShowPopupBlockerCountBtn: TCheckBox95
  31.       Left = 60
  32.       Top = 40
  33.       Width = 151
  34.       Height = 17
  35.       Caption = '&Show blocked popup count'
  36.       TabOrder = 1
  37.     end
  38.     object ResetPopupBlockerCountBtn: THyperLink
  39.       Left = 78
  40.       Top = 58
  41.       Width = 86
  42.       Height = 15
  43.       WordWrap = False
  44.       Caption = 'Reset Count Now'
  45.       TabOrder = 2
  46.       OnClick = ResetPopupBlockerCountBtnClick
  47.       HottrackFont.Charset = DEFAULT_CHARSET
  48.       HottrackFont.Color = clWindowText
  49.       HottrackFont.Height = -11
  50.       HottrackFont.Name = 'MS Sans Serif'
  51.       HottrackFont.Style = []
  52.     end
  53.     object AnimatePopupButtonBtn: TCheckBox95
  54.       Left = 220
  55.       Top = 20
  56.       Width = 180
  57.       Height = 17
  58.       Caption = 'Animate when a popup is &blocked'
  59.       TabOrder = 3
  60.     end
  61.     object PlaySoundBtn: TCheckBox95
  62.       Left = 220
  63.       Top = 40
  64.       Width = 203
  65.       Height = 17
  66.       Caption = '&Play a sound when a popup is blocked'
  67.       TabOrder = 4
  68.     end
  69.     object ChangeCursorBtn: TCheckBox95
  70.       Left = 220
  71.       Top = 60
  72.       Width = 214
  73.       Height = 17
  74.       Caption = '&Change pointer when a popup is blocked'
  75.       TabOrder = 5
  76.     end
  77.   end
  78.   object AllowedSitesGroupBox: TGroupBox
  79.     Left = 0
  80.     Top = 97
  81.     Width = 441
  82.     Height = 186
  83.     Anchors = [akLeft, akTop, akRight, akBottom]
  84.     Caption = ' Allowed Sites '
  85.     TabOrder = 1
  86.     DesignSize = (
  87.       441
  88.       186)
  89.     object Image10: TImage
  90.       Left = 10
  91.       Top = 20
  92.       Width = 32
  93.       Height = 32
  94.       AutoSize = True
  95.       Picture.Data = {<image001.ico>}
  96.       Transparent = True
  97.     end
  98.     object AddAllowedSiteBtn: TButton95
  99.       Left = 360
  100.       Top = 19
  101.       Width = 70
  102.       Height = 23
  103.       Anchors = [akTop, akRight]
  104.       Caption = '&Add'
  105.       TabOrder = 2
  106.       OnClick = AddAllowedSiteBtnClick
  107.     end
  108.     object DeleteExceptionBtn: TButton95
  109.       Left = 360
  110.       Top = 50
  111.       Width = 70
  112.       Height = 23
  113.       Anchors = [akTop, akRight]
  114.       Caption = 'De&lete'
  115.       Enabled = False
  116.       TabOrder = 3
  117.       OnClick = DeleteExceptionBtnClick
  118.     end
  119.     object BlockedUrlsCombo: TComboBox
  120.       Left = 60
  121.       Top = 20
  122.       Width = 293
  123.       Height = 21
  124.       Anchors = [akLeft, akTop, akRight]
  125.       ItemHeight = 13
  126.       MaxLength = 512
  127.       TabOrder = 0
  128.       OnChange = BlockedUrlsComboChange
  129.     end
  130.     object PopupExceptionsView: TListBox
  131.       Left = 60
  132.       Top = 50
  133.       Width = 293
  134.       Height = 122
  135.       Anchors = [akLeft, akTop, akRight, akBottom]
  136.       ItemHeight = 13
  137.       TabOrder = 1
  138.       OnClick = PopupExceptionsViewClick
  139.       OnKeyUp = PopupExceptionsViewKeyUp
  140.     end
  141.   end
  142. end
  143.